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

Search Website

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