@extends('layouts.admin') @section('title', 'Add Distributor') @section('page_title', 'New Distributor') @section('content')

Add New Distributor

@csrf
@error('name')
{{ $message }}
@enderror
Cancel
@endsection