@extends('layouts.admin.master') @section('title')Contacts {{ $title }} @endsection @push('css') @endpush @section('content') @component('components.breadcrumb') @slot('breadcrumb_title')

Contacts

@endslot @endcomponent
@push('scripts') @endpush @endsection