@extends('backend.layout.master-tailwind') @section('title', __('Project History')) @section('admin_styles') @endsection @section('content')

{{ __('Project History') }}

{{ $all_histories->total() }} {{ __('records') }}

@include('backend.pages.project-history.search-result')
@endsection @section('script') @include('backend.pages.project-history.history-js') @endsection