@extends('layouts.admin') @section('content') @if($errors->any())
@endif
@csrf @method('put')
@endsection