@extends('layouts.admin') @section('header_style') @endsection @section('content')
@if(count($errors) > 0)
You have some form errors. Please check below. @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
    @endif
    ADD
    # NAME REMARK Action
    # NAME REMARK Action
    @endsection @section('footer_script') @endsection