@extends('admin.includes.masterpage-admin') @section('content')

About Us Page


@if(Session::has('message'))
× {{ Session::get('message') }}
@endif
{{csrf_field()}}
@if($pagedata->a_status == 1) @else @endif

@stop @section('footer') @stop