@extends('layouts.master') @section('title','Edit Department') @section('button') @endsection @section('main-content')
@include('admin.section.flash_message') @include('admin.qr.common.breadcrumb')
@method('PUT') @csrf @include('admin.qr.common.form')
@endsection