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

Contact Page Content


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

@stop @section('footer') @stop