@extends('hrms.layouts.base') @section('content')
@if(\Route::getFacadeRoot()->current()->uri() == 'edit-project-assignment/{id}') @else @endif
@if(\Route::getFacadeRoot()->current()->uri() == 'edit-project-assignment/{id}') @else @endif
@if(Session::has('flash_message'))
{{Session::get('flash_message')}}
@endif {!! Form::open(['class' => 'form-horizontal']) !!}
@if(\Route::getFacadeRoot()->current()->uri() == 'edit-project-assignment/{id}') @else @endif
{{--@if(\Route::getFacadeRoot()->current()->uri() == 'edit-assignment/{id}') @else @endif--}}
@if(\Route::getFacadeRoot()->current()->uri() == 'edit-project-assignment/{id}') @else @endif
{!! Form::close() !!}
@endsection