@extends('layouts.index') @section('page_title') New Unit @endsection @section('units_active') nav-item active @endsection @section('pg_name') Add New Unit @endsection @section('headaddons') @endsection @section('content') @if (count($errors) > 0)
@foreach ($errors->all() as $error)
Can't add Unit : {{ $error }}
@endforeach
@endif
@csrf
@endsection