@extends('layouts.app') @section('css') @endsection @section('content')
{{ __('Tasks') }} >> {{ __('New Task') }}
  • {{ __('No record found') }}
{{ __('Note') }}! {{ __('Allowed File Extensions: jpg, png, gif, docx, xls, xlsx, csv and pdf') }}
{{ __('Cancel') }}
@endsection @section('js') {!! translateValidationMessages() !!} @endsection