@extends('layouts.app') @section('content') @include('dashboard.components.search') @endsection @section('title') {{ __('meta.title.contracts') }} @endsection @section('description') {{ __('meta.description.contracts') }} @endsection