@extends('layouts/contentNavbarLayout') @section('title', 'Sectors') @section('content')
Create New Secteur
@csrf
@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('order_show')) {{ $errors->first('order_show') }} @endif
@if($errors->has('background_color')) {{ $errors->first('background_color') }} @endif
Cancel
@endsection