@extends('layouts.app') @section('content-header')

{{__('cattle.create_c_type')}}

@endsection @section('content')

{{__('cattle.create_nc_type')}}

{{ csrf_field() }}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @include ('cattle_types.form', ['cattleType' => null,])
@endsection