@extends('layouts.app') @section('title') {{ __('messages.projects') }} @endsection @section('css') @livewireStyles @endsection @section('content')
@include('flash::message')

{{ __('messages.projects') }}

{{Form::select('drp_client',$clients,null,['id'=>'filterClient','class'=>'form-control', 'placeholder' => 'All']) }}
{{ __('messages.project.new_project') }}
@livewire('projects')
@include('projects.modal') @include('projects.add_client_modal') @include('projects.edit_modal')
@endsection @section('scripts') @livewireScripts @endsection