@extends('layouts.admin.main') @section('title', 'Category edit') @section('header')
@endsection @section('content')
@if (isset($waterType))

Edit Water Type

@else

Add Water Type

@endif
@include('layouts.messages')
@csrf
Water Type @if (isset($waterType)) @endif
Cancel
@endsection @section('scripts') @parent @endsection