@extends('layouts/contentNavbarLayout') @section('title', 'Sectors') @section('content')
Create Update Secteur
@csrf @method('PUT')
@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
enabled == 1 ) checked @endif >
Cancel
@endsection