@extends('admin.layouts.master') @section('title', 'Reasons') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ $error}}
@endforeach# | {{ __('Reason') }} | {{ __('Status') }} | {{ __('Action') }} | @foreach($contactreason as $key=>$p)
---|---|---|---|
1 | {{ $p->reason}} | @if( $p->status == '1') |
{{ __('Delete') }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} {{$p->title}} ? {{ __('This process cannot be undone.')}} |