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

Add Project

Back
@csrf {{ method_field('POST') }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
status == 1) checked="" @endif>
Cancel
@endsection