@extends('layouts.app') @section('css') {{-- select2 css --}} {{-- daterangepicker --}} @endsection @section('content')
{{ __('Projects') }} >> {{ __('Edit Project') }}
{{csrf_field()}}
{{ __('Cancel') }}
@endsection @section('js') {{-- Validate js --}} {{-- Select2 js --}} {{-- Classic editor --}} {!! translateValidationMessages() !!} @endsection