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

Create @yield('stitle')

@csrf
@endsection