@extends('layouts.backend') @section('extra_css') @endsection @section('content')

Add Division

@if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif @if (Session::get('message')) @endif
{{ csrf_field() }}
(Ex: ঢাকা)
(small letter Ex: dhaka)

All Divisions

@foreach(\App\Division::all() as $division) @endforeach
Id Name Slug Action
{{ $division->id }} {{ $division->name}} {{ $division->slug}}
{{ csrf_field() }}
@endsection @section('extra_js') @endsection