@extends('backend.master') @section('title', $title) @php $model = 'employee'; @endphp @section('content')
@csrf @method('put') @foreach($departments as $department) @endforeach @foreach($designations as $designation) @endforeach
@endsection