@extends('layouts.admin') @section('title') {{__('Projects')}} @endsection @push('theme-script') @endpush @section('action-button')
@if($view == 'grid') {{__('List View')}} @else {{__('Card View')}} @endif
@if(Auth::user()->type != 'client') @if($allow == true) @else @endif @endif
@endsection @section('content')
@endsection @push('script') @endpush