@extends('master.authMaster') @section('content')

Edit Head

@csrf @method('POST')
Cancel
@if (session('error'))
{{ session('error') }}
@endif @if ($errors->any())
@endif
@endsection