@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') }}

Warning: Undefined variable $key in /home/karendei/public_html/test.karenderia.ir/resources/views/admin/contactreason/index.blade.php on line 53
1
{{ $p->reason}} @if( $p->status == '1')


@endsection