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

@yield('title')

@endsection @section('content')
@if (has_permissions('create', 'project'))
{{-- Add Property Button --}}

@endif
@if (has_permissions('update', 'project')) @endif
{{ __('ID') }} {{ __('Client Name') }} {{ __('Mobile') }} {{ __('Title') }} {{ __('Category') }} {{ __('Type') }} {{ __('Image') }} {{ __('Enable/Disable') }} {{ __('Video Link') }} {{ __('Documents/Images') }} {{ __('Action') }}
@endsection @section('script') @endsection