@extends('layouts.master') @section('title', 'Project') @section('content')
@csrf

{{ trans('project_trainee.project_add') }}

{{ trans('project_trainee.project_info') }}
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
@endsection @section('script-footer') @endsection