@extends('dashboard.layouts.master') @section('title') Edit Department-Service @stop @section('css') @endsection @section('page-header') @endsection @section('content')
@method('patch') @csrf
active == 1? 'checked' : ''}} data-toggle="toggle" name="active" data-onstyle="success" data-size="sm">
@endsection @section('js') @endsection