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