@extends('layouts.home_layout') @php $pageTitle = "Breed Wise Animal Search"; @endphp @section('title', $pageTitle) @section('style') @endsection @section('content')

{{$pageTitle}}

Reset @if (is_permit('bree_w_a_r')) @endif
@endsection @section('script') @endsection