@extends('layouts.app') @section('stitle', 'Inventory Count') @section('title', 'Inventory Count') @section('content')
@if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif

Create @yield('stitle')

@csrf
@endsection