@extends('layouts.master_home') @section('dashboard_content')

Laboratory manage

Laboratories Listing manage forms...
{{ csrf_field() }}
name}}"> @if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
city}}"> @if ($errors->has('city')) {{ $errors->first('city') }} @endif
@endsection