@extends('template.admin.base') @push('css') @endpush @section('content')
@if ($errors->any()) @endif
@method('PUT') @csrf
@endsection @push('js') @endpush