@extends('admin.layout.app') @section('title', 'Create Project') @section('content')
Create Project
Back
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection @push('scripts') @endpush