@extends('admin.layout.admin') @section('content')

Admin Panel

{{ isset($type) ? 'Update Strain Type': 'Create Strain Type' }} Strain Type

@csrf @method( isset($type) ? 'PUT' : 'POST' )
@error('name') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@endsection