@extends('admin.layouts.master') @section('title', 'Reasons') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('All Contact Form Reasons') }}
@foreach($contactreason as $key=>$p) ​ @endforeach
# {{ __('Reason') }} {{ __('Status') }} {{ __('Action') }}
1 {{ $p->reason}} @if( $p->status == '1')


@endsection