@extends('layouts.admin') @section('content')

Add Project

Back
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
Cancel
@endsection