@extends('layouts.app') @section('title') {{__('Create ')}} @endsection @section('breadcrumb')

{{__('Laboratory')}}

@endsection @section('content')

{{__('Create Laboratory')}}

@csrf @include('admin.branches._form')
@endsection @section('scripts') @endsection