@extends('admin.layouts.master') @section('title', 'All Contact-reason - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('All Contact-reason') }} @endslot @slot('menu1') {{ __('Contact-reason') }} @endslot @slot('button')
@endslot @endcomponent{{ $error}}
@endforeach# | {{ __('Reason') }} | {{ __('Status') }} | {{ __('Action') }} | @foreach($contactreason as $key=>$p)
---|---|---|---|
1 | {{ $p->reason}} | |
{{ __('Delete') }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} {{$p->title}} ? {{ __('This process cannot be undone.')}} |