@extends('admin.layouts.adminpanel') @section('page_header') @php $page_title = __('Header Text'); @endphp @include('admin.partials.page_header') @endsection @section('content')
@method('PATCH')
{{-- buttons --}}
{{ __('Cancel') }}

@endsection