@extends('layouts.admin.admin') @section('content')
Back
@if ($errors->any())
Whoops! There were some problems with your input.

@endif
@csrf @method('PUT')
@endsection