@extends('crm.layouts.app') @section('styles') @endsection @section('content')

{{__('Manage Titles')}}

{{__('Note: It\'s better to update the title than delete, because if you had used the title earlier, than on delete, it will disappear from all those places, wherever you have used it!')}}

@foreach (@$lead_titles as $title) {{-- Edit Modal Starts Here --}} {{-- Edit Modal Ends here --}} @endforeach
{{__('Title Name')}} {{__('Created At')}} {{__('Updated At')}} {{__('Actions')}}
{{$title->name}} {{$title->created_at}} {{$title->updated_at}}
@method('DELETE') @csrf
{{__('Title Name')}} {{__('Created At')}} {{__('Updated At')}} {{__('Actions')}}
{{-- All Modal Starts Here --}} @endsection @section('scripts') @include('crm.lead.title_js') @endsection