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

{{ __('Project History') }}

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