@extends('layouts.main') @section('title') {{ __('Project') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
{{ __('ID') }} {{ __('Client Name') }} {{ __('Mobile') }} Title {{ __('Category') }} {{ __('Type') }} {{ __('Image') }} {{ __('Enable/Disable') }} {{ __('Documents/Images') }}
@endsection @section('script') @endsection