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