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

{{__('Manage Titles')}}

{{__('ID')}} {{__('Title')}} {{__('Created At')}} {{__('Updated At')}} {{__('Actions')}}

{{ __('Precaution: Better to rename title than deleting and creating a new one.') }}

{{-- SECTION Add Title modal Starts Here --}} {{-- !SECTION ADD Title modal ends here --}} @endsection @section('scripts') @include('crm.customer.title_js') @endsection