@extends("admin.template.layout") @section('header') @endsection @section('content')
{{ $page_heading }}
@csrf @if(isset($id)) @endif
@stop @section('script') @stop